home *** CD-ROM | disk | FTP | other *** search
- ; install new presets
-
- INSTALL PRESET="presets/html.syntax"
- INSTALL PRESET="presets/html.api"
-
- ; create new menu/toolbar (based on the menu/toolbar currently used for editing text)
-
- INSTALL PRESET="presets/d/html.menu" MERGEMENU "anytext" MERGEMENUPOS=1
- INSTALL PRESET="presets/html.gadgets" MERGEGADGETS "anytext"
-
- ; modify standard toolbar
-
- INSTALL PRESET="presets/standard.gadgets" MERGEGADGETS "anytext" REPLACE
-
- ; install new filetype
-
- FILETYPE ADD="(#?.html|#?.htm)" DUP="anytext.html" PRI=127 PRESETS "html.syntax" "html.menu" "html.gadgets" "html.api"
-
- INFO MSG="Installation complete, please RESTART GoldED."
-